menu: Document CSS nodes
authorMatthias Clasen <mclasen@redhat.com>
Tue, 3 Nov 2015 02:40:40 +0000 (21:40 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 3 Nov 2015 02:40:40 +0000 (21:40 -0500)
gtk/gtkmenu.c

index 0409b54097b93964b95007b33f58b7159a731f33..ac516f0f45ebc407987c89e3ade3d5d65820141b 100644 (file)
  *   return FALSE;
  * }
  * ]|
+ *
+ * # CSS nodes
+ *
+ * The main CSS node of GtkMenu has name menu, and there are two subnodes
+ * with name arrow, for scrolling menu arrows. These subnodes get the
+ * .top and .bottom style classes.
  */
 
 #include "config.h"